Exercise: T09.03-Exercise-UriMatcher
Now it’s your turn to build a URI matcher!
Define final integer constants for multiple and single rows of data
Declare a static global variable for the complete UriMatcher
Define a buildUriMatcher method that associates URI's with their int match
Next Concept